cargo.git
2016-08-18 Aleksey KladovDon't use Resolve.root in cargo metadata
2016-08-18 Aleksey KladovAdd current_package to the Context
2016-08-18 borsAuto merge of #3007 - whitequark:opt-level-s, r=alexcri...
2016-08-17 whitequarkAllow using opt-level="s"/"z" in profile overrides.
2016-08-17 borsAuto merge of #3010 - steveklabnik:gh3001, r=alexcrichton
2016-08-17 borsAuto merge of #3011 - alexcrichton:new-openssl, r=alexc...
2016-08-17 Alex CrichtonChange download source for OpenSSL
2016-08-17 Steve KlabnikRevert to previous semver version.
2016-08-16 borsAuto merge of #3002 - untitaker:trunchate-cargo-config...
2016-08-16 Markus UnterwaditzerTrunchate cargo config properly
2016-08-15 borsAuto merge of #2991 - matklad:deadlocks, r=alexcrichton
2016-08-15 Aleksey KladovUse a single lock for all git repositories
2016-08-15 borsAuto merge of #2994 - krbullock:fix/document-vcs-hg...
2016-08-15 Kevin BullockDocument ability to configure `cargo-new.vcs = "hg"`
2016-08-14 Aleksey KladovAdd a test for #2987
2016-08-14 borsAuto merge of #2988 - lifthrasiir:doc-open-with-target...
2016-08-13 Kang SeonghoonMake `cargo doc --open --target TARGET` work as expected.
2016-08-09 borsAuto merge of #2978 - matklad:opt-level, r=alexcrichton
2016-08-09 borsAuto merge of #2979 - jonathandturner:prepare_for_new_f...
2016-08-09 Jonathan TurnerUpdate cargo tests in prep for new errors
2016-08-09 Aleksey KladovDon't panic because of invalid source
2016-08-09 Aleksey KladovGracefully handle duplicate package in a lockfile
2016-08-09 borsAuto merge of #2974 - alexcrichton:etag, r=brson
2016-08-08 borsAuto merge of #2973 - alexcrichton:update-deps, r=alexc...
2016-08-08 Alex CrichtonSpeed up noop registry updates with GitHub
2016-08-08 Alex CrichtonUpdate dependencies in Cargo.lock
2016-08-08 borsAuto merge of #2871 - QuiltOS:doc-build-deps, r=alexcri...
2016-08-07 borsAuto merge of #2954 - alexcrichton:panic-abort-plugins...
2016-08-07 borsAuto merge of #2970 - jirutka:fix-musl-nfs, r=alexcrichton
2016-08-07 borsAuto merge of #2967 - frewsxcv:clippy, r=alexcrichton
2016-08-07 borsAuto merge of #2971 - alexcrichton:openssl-init, r...
2016-08-07 Alex CrichtonUpdate OpenSSL-using dependencies
2016-08-07 Jakub JirutkaDisable is_on_nfs_mount() check on musl libc (fixes...
2016-08-06 Corey FarwellCombine duplicate `if` arm blocks.
2016-08-06 Corey FarwellUse `char` when using single character as `Pattern`.
2016-08-06 Corey FarwellRemove unnecessary usages of `format!` macro.
2016-08-05 borsAuto merge of #2962 - alexcrichton:demote-error, r...
2016-08-05 Alex CrichtonDemote duplicate build target error to a warning
2016-08-05 borsAuto merge of #2957 - mattico:patch-1, r=alexcrichton
2016-08-05 borsAuto merge of #2960 - jseyfried:remove_unused_import...
2016-08-04 Jeffrey SeyfriedRemove unused import.
2016-08-04 Matt IckstadtFix typos
2016-08-04 borsAuto merge of #2847 - munyari:build_targets, r=alexcrichton
2016-08-04 Alex CrichtonFix panic=abort when compiling with plugins
2016-08-03 Panashe M.... Warn about duplicated build targets
2016-08-02 borsAuto merge of #2946 - alexcrichton:build-script-metadat...
2016-08-02 Alex CrichtonAlways pass `-C metadata` to the compiler
2016-08-01 borsAuto merge of #2857 - alexcrichton:redirect-sources...
2016-08-01 borsAuto merge of #2945 - QuiltOS:openssl, r=alexcrichton
2016-08-01 John EricsonUse openssl on Unix rather than C functions directly...
2016-08-01 Alex CrichtonAdd documentation for source replacement
2016-08-01 borsAuto merge of #2942 - jseyfried:remove_unused_import...
2016-08-01 Jeffrey SeyfriedRemove unused import
2016-08-01 Alex CrichtonAddressing review comments
2016-08-01 Alex CrichtonImplement a directory source
2016-08-01 Alex CrichtonImplement a local registry type
2016-08-01 Alex CrichtonRefactor the RegistrySource implementation
2016-08-01 Alex CrichtonAdd sha256 checksums to the lockfile
2016-08-01 Alex CrichtonImplement source redirection
2016-08-01 Alex CrichtonImprove Debug for PackageId
2016-08-01 Alex CrichtonAdd convenience helpers to map source ids
2016-08-01 Alex CrichtonGet Box<Source> to implement Source
2016-08-01 Alex CrichtonRemove some dead code
2016-08-01 Alex CrichtonRefactor URL parsing, be more robust for decoding errors
2016-08-01 borsAuto merge of #2940 - matklad:ambiguous-deps, r=alexcri...
2016-08-01 Aleksey KladovWarn about unused keys in dependency specification
2016-08-01 John EricsonBetter rational for build-dependencies and other kinds...
2016-08-01 borsAuto merge of #2938 - alexcrichton:virtual-in-git,...
2016-08-01 Alex CrichtonFix depending on git repos with workspaces
2016-07-31 borsAuto merge of #2933 - steveklabnik:semver_testing,...
2016-07-31 borsAuto merge of #2934 - jethrogb:patch-2, r=alexcrichton
2016-07-31 jethrogbClarify [replace] section capabilities
2016-07-31 Steve Klabnikregenerate the lockfile
2016-07-30 Steve Klabnikbump to newer semver version
2016-07-29 borsAuto merge of #2921 - jonathandturner:bin_by_default...
2016-07-29 Jonathan TurnerAdd tests for passing both --bin and --lib
2016-07-29 Jonathan TurnerAdd --lib to init/new. Add status message for completed...
2016-07-28 borsAuto merge of #2927 - alexcrichton:fix-nightiles, r...
2016-07-28 Alex CrichtonAdd a sleep to a rebuilding test to fix nightlies
2016-07-27 borsAuto merge of #2924 - luser:error-removing-file, r...
2016-07-27 Ted MielczarekPrint a more useful error message when the target binar...
2016-07-27 borsAuto merge of #2919 - alexcrichton:workspace-rebuild...
2016-07-27 Alex CrichtonAlways build libraries into the same location
2016-07-27 borsAuto merge of #2920 - alexcrichton:wut, r=brson
2016-07-26 Alex CrichtonImprove file open error when packaging crates
2016-07-26 borsAuto merge of #2918 - munyari:man-pages, r=alexcrichton
2016-07-26 Panashe M.... Add man page for pkgid subcommand
2016-07-26 Panashe M.... add man page for rustdoc subcommand
2016-07-26 Panashe M.... add man page for uninstall subcommand
2016-07-26 Panashe M.... add man page for generate-lockfile subcommand
2016-07-26 Panashe M.... add man page for version subcommand
2016-07-26 Panashe M.... add man page for metadata subcommand
2016-07-26 Panashe M.... Add man page for cargo login
2016-07-26 borsAuto merge of #2917 - alexcrichton:cainfo, r=brson
2016-07-25 borsAuto merge of #2909 - jonathandturner:debug_release_at_...
2016-07-25 Jonathan TurnerAdd 'Finished' line after compile finishes with compile...
2016-07-25 Panashe M.... Add rustc man page
2016-07-25 Panashe M.... Add man page for cargo yank
2016-07-25 borsAuto merge of #2915 - matklad:rename-shell, r=alexcrichton
2016-07-25 Panashe M.... Add cargo fetch man page
next